home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Games / Solitaire / Sources / FortyThieves / PB.project < prev   
Encoding:
Text File  |  1994-04-17  |  864 b   |  25 lines

  1. FILESTABLE = {
  2.     CLASSES = (FortyThieves.m, FTAlertPanel.m, FTDiscardPileDelegate.m, FTDrawDelegate.m, FTGameDelegate.m, FTPrefs.m, FTSuitDelegate.m);
  3.     OTHER_RESOURCES = ();
  4.     OTHER_SOURCES = (Makefile.preamble, Makefile, Makefile.postamble);
  5.     H_FILES = (FortyThieves.h, FTAlertPanel.h, FTDiscardPileDelegate.h, FTDrawDelegate.h, FTGameDelegate.h, FTPrefs.h, FTSuitDelegate.h, localstrings.h);
  6.     INTERFACES = (Engine.nib, LargeGame.nib, Rules.nib, SmallGame.nib);
  7.     STRINGS_FILES = (Localizable.strings);
  8. };
  9. DOCEXTENSIONS = ();
  10. LOCALIZABLE_FILES = {
  11.     Rules.nib;
  12.     SmallGame.nib;
  13.     LargeGame.nib;
  14.     Engine.nib;
  15.     Localizable.strings;
  16. };
  17. PROJECTVERSION = 1.1;
  18. INSTALLDIR = "$(HOME)/Library/Solitaire";
  19. PROJECTTYPE = Bundle;
  20. PROJECTNAME = FortyThieves;
  21. GENERATEMAIN = YES;
  22. LANGUAGE = English;
  23. DOCICONFILES = ();
  24. BUNDLE_EXTENSION = solitaire;
  25.